   /*-----------------------------------------------------------.   
  /                      Choose preset                          /
  '-----------------------------------------------------------*/
#include "SweetFX_settings.txt"  //chose the settings file to load - the default is "SweetFX_settings.txt"


   /*-----------------------------------------------------------.   
  /                 How to create a new preset                  /
  '-----------------------------------------------------------'/
To make a new preset simply copy the SweetFX_settings.txt file, rename it whatever you'd like, and point the #include line to its location

For example :
1) Make a copy
2) Rename it mycustomSweetFX_settings.txt
3) Move it to the Presets folder (you don't HAVE to do this - this is just to keep the files organized)
4) Change the #include line to :

#include "SweetFX/Presets/mycustomSweetFX_settings.txt"

   /'-----------------------------------------------------------.   
  /                       End of tutorial                       /
  '-----------------------------------------------------------*/